Rename infodir to buildinfodir in doc/*/Makefile.in (GNU bug#11737)
Overriding both DESTDIR and infodir during make install should now work.
The Emacs build process will no longer try to write directly to
infodir when both DESTDIR and infodir are overridden during make
install. Previously, given
make DESTDIR=/tmp/build infodir=/usr/share/info/emacs-24 install
the build process would attempt to write directly to infodir.
Origin: upstream, commit:
fb0219efd1196df7de538a27159367b8220b9a8a
Bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11737
Applied-By: Rob Browning <rlb@defaultvalue.org>
Applied-Upstream: Fixed in Emacs 24